PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowTextContent Class


In This Topic
    PDFFlowTextContent Class Methods
    In This Topic

    For a list of all members of this type, see PDFFlowTextContent members.

    Public Methods
     NameDescription
    Public MethodAdds a listener for the create page event. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Public MethodAdds a listener for the before flow content draw event. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Public MethodGets the content background.
    The background that fills the flow content bounding rectangle. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Public MethodGets the content height.
    When this method is called for the first time, the content height is calculated. Subsequent calls with the same 'width' parameter return the already computed height.  
    Public MethodGets the destination name.
    A named destination is created at the top of flow content when this property is not null or an empty string. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Public MethodGets the content inner margins.
    The inner margins are located inside the content's bounding rectangle. The margins are applied to content as a whole and not to parts of content when content is split across pages. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Public MethodGets the content outer margins.
    The outer margins are located outside the content's bounding rectangle. The margins are applied to content as a whole and not to parts of content when content is split across pages. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Public MethodGets the structure element. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Public MethodGets an arbitrary object value that can be used to store custom information about this element. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Public MethodRemoves a listener for the create page event. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Public MethodRemoves a listener for the before flow content draw event. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Public MethodSets the content background.
    The background that fills the flow content bounding rectangle. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Public MethodSets the destination name.
    A named destination is created at the top of flow content when this property is not null or an empty string. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Public MethodSets the content inner margins.
    The inner margins are located inside the content's bounding rectangle. The margins are applied to content as a whole and not to parts of content when content is split across pages. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Public MethodSets the content outer margins.
    The outer margins are located outside the content's bounding rectangle. The margins are applied to content as a whole and not to parts of content when content is split across pages. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Public MethodSets the structure element. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Public MethodSets an arbitrary Object value that can be used to store custom information about this element. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Public MethodReturns a string that represents the current Object.  
    Top
    Protected Methods
     NameDescription
    Protected Method (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Protected MethodThis method supports the internal library infrastructure and should not be used by external client code. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Protected MethodThis method supports the internal library infrastructure and should not be used by external client code. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Top
    See Also